Philipp Hörist pushed to branch master at gajim / gajim


Commits:
5f0d246b by Philipp Hörist at 2024-05-11T11:01:33+02:00
change: Windows: Use PyWinRT instead of winsdk

- - - - -


2 changed files:

- README.md
- pyproject.toml


Changes:

=====================================
README.md
=====================================
@@ -25,7 +25,7 @@ ### Runtime Requirements
 - [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)
 - [SQLAlchemy](https://pypi.org/project/SQLAlchemy/) (>=2.0.0)
 - [sqlite](https://www.sqlite.org/) (>=3.35.0)
-- [winsdk](https://pypi.org/project/winsdk/) (Only on Windows)
+- [PyWinRT](https://github.com/pywinrt/pywinrt) (Only on Windows)
 
 ### Optional Runtime Requirements
 


=====================================
pyproject.toml
=====================================
@@ -38,7 +38,8 @@ dependencies = [
   "PyGObject>=3.42.0",
   "qrcode>=7.3.1",
   "SQLAlchemy>=2.0.0",
-  "winsdk ; platform_system == 'Windows'",
+  "winrt-Windows.UI; platform_system == 'Windows'",
+  "winrt-Windows.UI.ViewManagement; platform_system == 'Windows'",
 ]
 dynamic = ["version"]
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/5f0d246baeb01c26d9e22e437fb935d930bbcc30

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/5f0d246baeb01c26d9e22e437fb935d930bbcc30
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to