perl-future-asyncawait: Removed PKG_BUILD_DEPENDS

As requested by @BKPepe , removed PKG_BUILD_DEPENDS
as build dependency already covered in DEPENDS

Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
Jens Wagner
2025-05-27 13:08:15 +02:00
committed by Josef Schlehofer
parent 3dd5052390
commit 3a2ce3480c

View File

@@ -14,8 +14,6 @@ PKG_MAINTAINER:=Jens Wagner <jens@wagner2013.de>
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=perl-xs-parse-keyword perl-xs-parse-sublike
include $(INCLUDE_DIR)/package.mk
include ../perl/perlmod.mk
@@ -28,6 +26,12 @@ define Package/perl-future-asyncawait
DEPENDS:=perl +perl-future +perl-xs-parse-keyword +perl-xs-parse-sublike +perlbase-xsloader +perlbase-scalar
endef
define Package/perl-future-asyncawait/description
This module provides syntax for deferring and resuming subroutines while
waiting for Futures to complete.
The new syntax takes the form of two new keywords, async and await.
endef
define Build/Configure
$(call perlmod/Configure,,)
endef