Skip to content

Commit

Permalink
python-utils-r1.eclass: Fix pypy3 include path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 12, 2015
1 parent a3535fe commit 0edbc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/tests/python-utils-r1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test_var EPYTHON pypy3 pypy3
test_var PYTHON pypy3 /usr/bin/pypy3
if [[ -x /usr/bin/pypy3 ]]; then
test_var PYTHON_SITEDIR pypy3 "/usr/lib*/pypy3/site-packages"
test_var PYTHON_INCLUDEDIR pypy3 /usr/lib/pypy3/include
test_var PYTHON_INCLUDEDIR pypy3 "/usr/lib*/pypy3/include"
fi
test_var PYTHON_PKG_DEP pypy3 '*virtual/pypy3*:0='
test_var PYTHON_SCRIPTDIR pypy3 /usr/lib/python-exec/pypy3
Expand Down

0 comments on commit 0edbc0e

Please sign in to comment.