python3Packages.mailman-hyperkitty: mailman is available for one release
This commit is contained in:
parent
589fec71d4
commit
84b639b027
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, mock
|
||||
, nose2
|
||||
, python
|
||||
, pythonOlder
|
||||
, requests
|
||||
, zope_interface
|
||||
}:
|
||||
|
@ -14,6 +15,8 @@ buildPythonPackage rec {
|
|||
version = "1.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1lfqa9admhvdv71f528jmz2wl0i5cv77v6l64px2pm4zqr9ckkjx";
|
||||
|
|
Loading…
Reference in a new issue