diff options
-rw-r--r-- | recipes/sphyrna/sphyrna-python_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sphyrna/sphyrna-python_svn.bb b/recipes/sphyrna/sphyrna-python_svn.bb index 1e3c41231e..5b4ee8a4ca 100644 --- a/recipes/sphyrna/sphyrna-python_svn.bb +++ b/recipes/sphyrna/sphyrna-python_svn.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Sphyrna - Hammerhead Reverse Engineering" HOMEPAGE = "http://projects.linuxtogo.org/projects/sphyrna" LICENSE = "GPLv2" -DEPENDS = "readline" +DEPENDS = "readline python-native" PV = "0.0+svnr${SRCPV}" PR = "r1" |