Skip to content

Commit cb0f7b2

Browse files
committed
pyasn1: fix dependency for pyasn1
1 parent 7927dcc commit cb0f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pyasn1/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
VERSION_pyasn1=2.5
44
URL_pyasn1=http://downloads.sourceforge.net/project/pyasn1/pyasn1/0.1.4/pyasn1-0.1.4.tar.gz
5-
DEPS_pyasn1=()
5+
DEPS_pyasn1=(python)
66
MD5_pyasn1=
77
BUILD_pyasn1=$BUILD_PATH/pyasn1/$(get_directory $URL_pyasn1)
88
RECIPE_pyasn1=$RECIPES_PATH/pyasn1

0 commit comments

Comments
 (0)