8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 sha256 = "sha256-H1AEjUnEK+seKsnFnHpn1/aHxXcbyz67NbzhlGDtbk4=";
22 propagatedBuildInputs = [
26 # Tests require network access
29 pythonImportsCheck = [
34 description = "Python module to interact with Microsoft Teams";
35 homepage = "https://github.com/rveachkc/pymsteams";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ fab ];