ptyhonPackages.django_tagging_0_4_3: drop

This commit is contained in:
Lancelot SIX 2020-03-20 17:11:05 +01:00 committed by Jon
parent 0e6e3ddb2d
commit d98fec6bd9

View file

@ -3423,20 +3423,6 @@ in {
django_tagging = callPackage ../development/python-modules/django_tagging { };
django_tagging_0_4_3 = if
self.django.version != "1.8.19"
then throw "django_tagging_0_4_3 should be build with django_1_8"
else (callPackage ../development/python-modules/django_tagging {}).overrideAttrs (attrs: rec {
pname = "django-tagging";
version = "0.4.3";
src = fetchPypi {
inherit pname version;
sha256 = "0617azpmp6jpg3d88v2ir97qrc9aqcs2s9gyvv9bgf2cp55khxhs";
};
propagatedBuildInputs = with self; [ django ];
});
django_classytags = callPackage ../development/python-modules/django_classytags { };
# This package may need an older version of Django.