summaryrefslogtreecommitdiff
path: root/packages/python/python-opendir_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-opendir_1.0.bb')
-rw-r--r--packages/python/python-opendir_1.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/python/python-opendir_1.0.bb b/packages/python/python-opendir_1.0.bb
deleted file mode 100644
index 324f5aca2a..0000000000
--- a/packages/python/python-opendir_1.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "POSIX opendir support for Python"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "PD"
-HOMEPAGE = "http://rabenfrost.net/mokopedia/opendir/"
-DEPENDS = "python-pyrex-native python-cython-native"
-PR = "ml1"
-
-SRC_URI = "\
- file://opendir.pyx \
- file://setup.py \
-"
-S = "${WORKDIR}"
-
-inherit distutils