diff options
Diffstat (limited to 'recipes/python/python-pyrad_1.1.bb')
-rw-r--r-- | recipes/python/python-pyrad_1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pyrad_1.1.bb b/recipes/python/python-pyrad_1.1.bb index 5736aa6c37..52025ba802 100644 --- a/recipes/python/python-pyrad_1.1.bb +++ b/recipes/python/python-pyrad_1.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Python Radius Client and Server" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "BSD" -RDEPENDS = "python-crypt" +RDEPENDS_${PN} = "python-crypt" SRCNAME = "pyrad" PR = "r1" |