blob: a6b8e15fb3fdb70a28d1195198efda4fef7e2ede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Python Radius Client and Server"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "BSD"
RDEPENDS = "python-crypt"
SRCNAME = "pyrad"
PR = "r1"
SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
|