summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aio-georss-gdacs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-18 22:46:45 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-02-18 22:46:45 +0100
commitaccd917bc9a6bfa734cf266806a37b9d3f157ab4 (patch)
treea51af0c10f161527413dc29e942e2e5b852c67e7 /pkgs/development/python-modules/aio-georss-gdacs
parentcf3a4e9ce4c61d9872d4089ca5384f5ef972b70e (diff)
python3Packages.aio-georss-gdacs: add format
Diffstat (limited to 'pkgs/development/python-modules/aio-georss-gdacs')
-rw-r--r--pkgs/development/python-modules/aio-georss-gdacs/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aio-georss-gdacs/default.nix b/pkgs/development/python-modules/aio-georss-gdacs/default.nix
index 6b6d295f8b86..ed8b0ce2a813 100644
--- a/pkgs/development/python-modules/aio-georss-gdacs/default.nix
+++ b/pkgs/development/python-modules/aio-georss-gdacs/default.nix
@@ -12,6 +12,8 @@
buildPythonPackage rec {
pname = "aio-georss-gdacs";
version = "0.5";
+ format = "setuptools";
+
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
@@ -32,7 +34,9 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [ "aio_georss_gdacs" ];
+ pythonImportsCheck = [
+ "aio_georss_gdacs"
+ ];
meta = with lib; {
description = "Python library for accessing GeoRSS feeds";