diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 16:25:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 16:25:16 +0200 |
commit | 012f9737043400abf6ad3eff99ef44a7cc17dd2f (patch) | |
tree | 9ab080b43cddabeb26cb45855c4f543e63ae889a | |
parent | 120497950fca4256276756f38a75ce46784b08a0 (diff) |
Adjust libpkgconf dependency constraint
-rw-r--r-- | manifest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ depends: * bpkg >= 0.7.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libbutl ^0.7.0 -depends: libpkgconf [1.4.0-a.0.1 1.4.0-a.1) +depends: libpkgconf ~1.4.0 |