diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb deleted file mode 100644 index 7438327..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "Makes it easier to use PySCSS in Django." | ||
| 2 | HOMEPAGE = "https://github.com/fusionbox/django-pyscss" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07339dad721a3ae7e420b8b751a15c70" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "f8dbcc4d314c8e220aa311ec6561b06d" | ||
| 8 | SRC_URI[sha256sum] = "0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-django \ | ||
| 21 | python-pyscss \ | ||
| 22 | python-pathlib \ | ||
| 23 | " | ||
