Skip to content

Commit

Permalink
Add python3 to build requires
Browse files Browse the repository at this point in the history
This is necessary for the test scripts to run.
  • Loading branch information
me-and committed Oct 20, 2023
1 parent a003592 commit 5c3f620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskwarrior.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT_URI=https://github.com/GothenburgBitFactory/taskwarrior
GIT_TAG="v$PV"
LICENSE=MIT

BUILD_REQUIRES='cmake gcc-fortran ninja libuuid-devel libgnutls-devel'
BUILD_REQUIRES='cmake gcc-fortran ninja libuuid-devel libgnutls-devel python3'

inherit cmake
inherit git
Expand Down

0 comments on commit 5c3f620

Please sign in to comment.