dev-python/django: remove optfeature for non-existent package

The dev-python/django-formtools was removed from ::gentoo more than 4
years ago in commit ab8d9abab8 ("dev-python/django-formtools: Remove
last-rited pkg").

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31418
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Petr Vaněk
2023-06-13 17:00:12 +02:00
committed by Michał Górny
parent 793208b7bc
commit df9d853bea
4 changed files with 0 additions and 4 deletions

View File

@@ -104,5 +104,4 @@ pkg_postinst() {
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
optfeature "ImageField Support" dev-python/pillow
optfeature "Password encryption" dev-python/bcrypt
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
}

View File

@@ -97,5 +97,4 @@ pkg_postinst() {
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
optfeature "ImageField Support" dev-python/pillow
optfeature "Password encryption" dev-python/bcrypt
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
}

View File

@@ -94,5 +94,4 @@ pkg_postinst() {
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
optfeature "ImageField Support" dev-python/pillow
optfeature "Password encryption" dev-python/bcrypt
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
}

View File

@@ -94,5 +94,4 @@ pkg_postinst() {
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
optfeature "ImageField Support" dev-python/pillow
optfeature "Password encryption" dev-python/bcrypt
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
}