Skip to content

Commit

Permalink
[qtinterfaceframework] Delete pathtools dependency and update dependa…
Browse files Browse the repository at this point in the history
…bot tagged dependencies.

Pathtools does not work with Python 3.12 ( gorakhargosh/pathtools#13 ) and qtinterfaceframework says: - Use ``pathlib`` from the standard library, instead of pathtools (`microsoft#556 <https://github.com/gorakhargosh/watchdog/pull/556>`_)
  • Loading branch information
BillyONeal committed Jun 3, 2024
1 parent ee7563a commit 472926b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ports/qtinterfaceframework/requirements_minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ argh==0.26.2
click==6.7
coloredlogs==10.0
humanfriendly==4.15.1
Jinja2==2.11.3
MarkupSafe==1.1
Jinja2==3.1.4
MarkupSafe==2.1.5
path.py==11.0.1
pathtools==0.1.2
PyYAML==6.0.1
six==1.11.0
watchdog==2.1.7
Expand Down
1 change: 1 addition & 0 deletions ports/qtinterfaceframework/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtinterfaceframework",
"version": "6.7.0",
"port-version": 1,
"description": "The Qt Interface Framework module provides both the tools and the core APIs, for you to implement Middleware APIs, Middleware Back ends, and Middleware Services.",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down

0 comments on commit 472926b

Please sign in to comment.