Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
(conan-io#19036) [bimg] Fix imports for test package
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries authored and ericLemanissier committed Sep 15, 2023
1 parent ba1ef2f commit 8438561
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/bimg/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from conan import ConanFile
from conan.tools.build import can_run
from conan.tools.layout import cmake_layout
from conan.tools.cmake import CMake
from conan.tools.cmake import CMake, cmake_layout
import os

required_conan_version = ">=1.50.0"

class TestPackageConan(ConanFile):
settings = "os", "arch", "compiler", "build_type"
Expand Down

0 comments on commit 8438561

Please sign in to comment.