Skip to content
Snippets Groups Projects
Commit 7a8cee04 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix oppulance: Explicitly depend on modern flex version

parent a5ea3602
No related branches found
No related tags found
2 merge requests!98create new experimental release,!95Fix oppulance: Explicitly depend on modern flex version
......@@ -14,11 +14,10 @@ class Oppulance(Package):
depends_on('gettext')
depends_on('zlib')
depends_on('bison')
depends_on('flex')
depends_on('flex@2.6.4:')
depends_on('m4')
depends_on('texinfo')
depends_on('wget')
conflicts('flex', when='@2.6.3', msg='Binutils 2.25 for Nux doesn\'t build with flex 2.6.3.')
releases = [
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment