aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-dosocs2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-dosocs2_git.bb')
-rw-r--r--recipes-devtools/python/python-dosocs2_git.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-devtools/python/python-dosocs2_git.bb b/recipes-devtools/python/python-dosocs2_git.bb
deleted file mode 100644
index 905fc1e..0000000
--- a/recipes-devtools/python/python-dosocs2_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "SPDX 2.0 document creation and storage"
-HOMEPAGE = "https://github.com/DoSOCSv2/DoSOCSv2"
-SECTION = "devel/python"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
-
-DEPENDS += "python"
-DEPENDS += "python-docopt"
-DEPENDS_class-native += "python-docopt-native"
-DEPENDS_class-native += "python-native"
-
-SRC_URI = "git://github.com/DoSOCSv2/DoSOCSv2.git;protocol=https"
-
-S = "${WORKDIR}/git/"
-
-inherit distutils
-
-RDEPENDS += "postgresql python-jinja2 python python-psycopg2 python-docopt"
-RDEPENDS_class-native += "postgresql-native python-jinja2-native python-native"
-RDEPENDS_class-native += "python-psycopg2-native python-docopt-native"
-
-BBCLASSEXTEND = "native"