python3Packages.flask-openid: drop disabled = !isPy3k after Python 2 EOL

This commit is contained in:
Yueh-Shun Li 2023-07-18 09:47:55 +00:00 committed by Yt
parent 52482b26fc
commit 8a4fa377e3

View file

@ -9,7 +9,6 @@
buildPythonPackage rec {
pname = "flask-openid";
version = "1.3.0";
disabled = !isPy3k;
src = fetchPypi {
pname = "Flask-OpenID";